home *** CD-ROM | disk | FTP | other *** search
/ Web Clips Gallery 98 / web clips 98.iso / MIX / UNIT1.DFM / UNIT1.txt < prev   
Encoding:
Text File  |  1998-03-23  |  1.6 KB  |  79 lines

  1. object Form1: TForm1
  2.   Left = 143
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Media Net --- www.coomedia.com  '
  6.   ClientHeight = 289
  7.   ClientWidth = 439
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 439
  21.     Height = 289
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     BevelOuter = bvNone
  25.     BevelWidth = 2
  26.     BorderWidth = 3
  27.     TabOrder = 0
  28.     object Image1: TImage
  29.       Left = 5
  30.       Top = 5
  31.       Width = 429
  32.       Height = 279
  33.       Align = alClient
  34.       AutoSize = True
  35.       Picture.Data = {<image000.bmp>}
  36.     end
  37.     object Image2: TImage
  38.       Left = 344
  39.       Top = 248
  40.       Width = 73
  41.       Height = 33
  42.       Hint = 'Exit program ...'
  43.       ParentShowHint = False
  44.       ShowHint = True
  45.       OnClick = Image2Click
  46.     end
  47.     object Image3: TImage
  48.       Left = 216
  49.       Top = 208
  50.       Width = 129
  51.       Height = 33
  52.       Hint = 'Browse CD'
  53.       ParentShowHint = False
  54.       ShowHint = True
  55.       OnClick = Image3Click
  56.     end
  57.     object Image4: TImage
  58.       Left = 296
  59.       Top = 40
  60.       Width = 113
  61.       Height = 41
  62.       Hint = 'Install Microsoft Internet Explorer'
  63.       ParentShowHint = False
  64.       ShowHint = True
  65.       OnClick = Image4Click
  66.     end
  67.     object Image5: TImage
  68.       Left = 280
  69.       Top = 120
  70.       Width = 137
  71.       Height = 49
  72.       Hint = 'Run Java Enhanced images, music preview program--home.htm'
  73.       ParentShowHint = False
  74.       ShowHint = True
  75.       OnClick = Image5Click
  76.     end
  77.   end
  78. end
  79.